home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMUACPAGE / TFRMUACPAGE.txt
Text File  |  2008-10-30  |  3KB  |  125 lines

  1. object frmUACPage: TfrmUACPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbMain: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 74
  18.     Caption = 'gbMain'
  19.     TabOrder = 0
  20.     object cbUACEnable: TCheckBox
  21.       Left = 24
  22.       Top = 24
  23.       Width = 525
  24.       Height = 17
  25.       Caption = 'cbUACEnable'
  26.       TabOrder = 0
  27.       OnClick = cbUACEnableClick
  28.     end
  29.     object cbSecureDesktop: TCheckBox
  30.       Left = 24
  31.       Top = 46
  32.       Width = 549
  33.       Height = 17
  34.       Caption = 'cbSecureDesktop'
  35.       TabOrder = 1
  36.       OnClick = cbSecureDesktopClick
  37.     end
  38.   end
  39.   object gbAdminBehavior: TGroupBox
  40.     Left = 16
  41.     Top = 90
  42.     Width = 605
  43.     Height = 133
  44.     Caption = 'gbAdminBehavior'
  45.     TabOrder = 1
  46.     object lbAdminBehavior: TAxLabel
  47.       Left = 24
  48.       Top = 20
  49.       Width = 550
  50.       Height = 35
  51.       WordWrap = True
  52.       Layout = tlCenter
  53.       Transparent = True
  54.       AutoSize = False
  55.       Caption = 'lbAdminBehavior'
  56.       ShowAccelChar = True
  57.     end
  58.     object rbPromtForConsent: TRadioButton
  59.       Left = 24
  60.       Top = 61
  61.       Width = 550
  62.       Height = 17
  63.       Caption = 'rbPromtForConsent'
  64.       TabOrder = 0
  65.       OnClick = rbAdminBehaviorClick
  66.     end
  67.     object rbPrompForCredentials: TRadioButton
  68.       Left = 24
  69.       Top = 83
  70.       Width = 550
  71.       Height = 17
  72.       Caption = 'rbPrompForCredentials'
  73.       TabOrder = 1
  74.       OnClick = rbAdminBehaviorClick
  75.     end
  76.     object rbElevateWithoutPromt: TRadioButton
  77.       Left = 24
  78.       Top = 105
  79.       Width = 550
  80.       Height = 17
  81.       Caption = 'rbElevateWithoutPromt'
  82.       TabOrder = 2
  83.       OnClick = rbAdminBehaviorClick
  84.     end
  85.   end
  86.   object gbUserBehavior: TGroupBox
  87.     Left = 16
  88.     Top = 237
  89.     Width = 605
  90.     Height = 112
  91.     Caption = 'gbUserBehavior'
  92.     TabOrder = 2
  93.     object lbUserBehavior: TAxLabel
  94.       Left = 24
  95.       Top = 20
  96.       Width = 550
  97.       Height = 35
  98.       WordWrap = True
  99.       Layout = tlCenter
  100.       Transparent = True
  101.       AutoSize = False
  102.       Caption = 'lbUserBehavior'
  103.       ShowAccelChar = True
  104.     end
  105.     object rbPromtForCredentialsUser: TRadioButton
  106.       Left = 24
  107.       Top = 61
  108.       Width = 550
  109.       Height = 17
  110.       Caption = 'rbPromtForCredentialsUser'
  111.       TabOrder = 0
  112.       OnClick = rbUserBehaviorClick
  113.     end
  114.     object rbDeny: TRadioButton
  115.       Left = 24
  116.       Top = 83
  117.       Width = 550
  118.       Height = 17
  119.       Caption = 'rbDeny'
  120.       TabOrder = 1
  121.       OnClick = rbUserBehaviorClick
  122.     end
  123.   end
  124. end
  125.